home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1997-2002 Alias|Wavefront,
- // a division of Silicon Graphics Limited.
- //
- // The information in this file is provided for the exclusive use of the
- // licensees of Alias|Wavefront. Such users have the right to use, modify,
- // and incorporate this code into other products for purposes authorized
- // by the Alias|Wavefront license agreement, without fee.
- //
- // ALIAS|WAVEFRONT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- // INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- // EVENT SHALL ALIAS|WAVEFRONT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- // CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- // DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- // TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- // PERFORMANCE OF THIS SOFTWARE.
- //
-
- menuItem
- -label "Translate"
- -divider 0
- -subMenu 0
- -command "setToolTo $gMove"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "N"
- -enableCommandRepeat 1
- -image "move_M.xpm"
- -echoCommand 1
- menuEditorMenuItem;
-
- menuItem
- -optionBox true
- -command "setToolTo $gMove; toolPropertyWindow"
- ;
-
- menuItem
- -label "Group"
- -divider 0
- -subMenu 0
- -command "performGroup false"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "NE"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem5;
-
- menuItem
- -label "Scale"
- -divider 0
- -subMenu 0
- -command "setToolTo $gScale"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "E"
- -enableCommandRepeat 1
- -image "scale_M.xpm"
- -echoCommand 1
- menuEditorMenuItem3;
-
- menuItem
- -optionBox true
- -command "setToolTo $gScale; toolPropertyWindow"
- ;
-
- menuItem
- -label "Ungroup"
- -divider 0
- -subMenu 0
- -command "performUngroup false"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "SE"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem7;
-
- menuItem
- -label "Rotate"
- -divider 0
- -subMenu 0
- -command "setToolTo $gRotate"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "S"
- -enableCommandRepeat 1
- -image "rotate_M.xpm"
- -echoCommand 1
- menuEditorMenuItem1;
-
- menuItem
- -optionBox true
- -command "setToolTo $gRotate; toolPropertyWindow"
- ;
-
- menuItem
- -label "Duplicate"
- -divider 0
- -subMenu 0
- -command "performDuplicate false"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "SW"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem6;
-
- menuItem
- -label "Show Manipulator"
- -divider 0
- -subMenu 0
- -command "setToolTo $gshowManip"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "W"
- -enableCommandRepeat 1
- -image "showManip.xpm"
- -echoCommand 1
- menuEditorMenuItem2;
-
- menuItem
- -optionBox true
- -command "setToolTo $gshowManip; toolPropertyWindow"
- ;
-
- menuItem
- -label "Center Pivot"
- -divider 0
- -subMenu 0
- -command "xform -cp"
- -altModifier 0
- -ctrlModifier 0
- -shiftModifier 0
- -optionBox 0
- -enable 1
- -data 0
- -radialPosition "NW"
- -enableCommandRepeat 1
- -image "commandButton.xpm"
- -echoCommand 1
- menuEditorMenuItem4;
-
- setParent -m ..;
-
-